Package-level declarations
Types
DID provides a way to parse and handle Decentralized Identifier (DID) URIs according to the W3C DID Core specification (https://www.w3.org/TR/did-core/).
DidDocument represents a set of data describing the DID subject including mechanisms such as:
Contains metadata about the DID document. DID document metadata spec: https://www.w3.org/TR/did-core/#did-document-metadata
ID.
Enum representing the purpose of a public key.
Service is used in DID documents to express ways of communicating with the DID subject or associated entities. A service can be any type of service the DID subject wants to advertise. Service spec: https://www.w3.org/TR/did-core/#services
VerificationMethod expresses verification methods, such as cryptographic public keys, which can be used to authenticate or authorize interactions with the DID subject or associated parties. For example, a cryptographic public key can be used as a verification method with respect to a digital signature; in such usage, it verifies that the signer could use the associated cryptographic private key. Specification Reference: https://www.w3.org/TR/did-core/#verification-methods
VerificationMethod Selector.